.sharrre {
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
	overflow: hidden;
	
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.share-before {
    margin-bottom: 25px;
}

.share-after {
    margin: 25px 0;
}

.share-before:after,
.share-after:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

/* Buttons */
.sharrre .share,
.sharrre .count {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	display: inline-block;
	padding: 0;
	text-decoration: none !important;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sharrre .share {
	background-color: #fff;
	color: #fff;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.sharrre:hover .share {
	border: none;
	color: #fff;
	text-decoration: none;
}

.sharrre .count {
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	position: relative;
	text-align: center;
}


/* Small */
.share-small .share,
.share-small .count {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

.share-small .share {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 0 0 0 24px;
	width: 20px;
}

.share-small .sharrre:hover .share 		{ width: 60px; }
.share-small .facebook:hover .share 	{ width: 60px; }
.share-small .pinterest:hover .share 	{ width: 45px; }
.share-small .googlePlus:hover .share 	{ width: 60px; }
.share-small .twitter:hover .share 		{ width: 65px; }

.share-small .count {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	float: right;
	width: 42px;
}

.share-small .no-count .share {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 65px;
}

.share-small .no-count .count {
	display: none;
}

/* Medium */
.share-medium .share,
.share-medium .count {
	font-size: 13px;
	height: 25px;
	line-height: 25px;
}

.share-medium .share {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 0 0 0 28px;
	width: 28px;
}

.share-medium .count {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	float: right;
	width: 42px;
}

.share-medium .sharrre:hover .share 		{ width: 65px; }
.share-medium .facebook:hover .share 		{ width: 65px; }
.share-medium .pinterest:hover .share 		{ width: 50px; }
.share-medium .googlePlus:hover .share 		{ width: 65px; }
.share-medium .twitter:hover .share 		{ width: 75px; }

.share-medium .no-count .share {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 75px;
}

.share-medium .no-count .count {
	display: none;
}

/* Tall */
.share-tall .share {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	text-align: center;
	width: 100%;
}

.share-tall .googlePlus .share 	{ padding-left: 16px; }
.share-tall .facebook .share 		{ padding-left: 18px; }
.share-tall .twitter .share { padding-left: 0; }

.share-tall .count {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	float: none;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	width: 75px;
}

.share-tall .no-count .share {
	width: 75px;
}

/* Icons */
.share-small .share:before,
.share-medium .share:before,
.share-tall .share:before {
	line-height: 1;
	display: block;
	font-family: 'Genericons';
	font-size: 13px;
	height: 20px;
	top: 4px;
	left: 6px;
	text-indent: 0;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	width: 20px;
}

.share-medium .share:before {
	font-size: 14px;
	top: 5px;
	left: 7px;
}

.share-tall .share:before {
	bottom: 0px;
	top: auto;
}

.twitter .share:before 		{ content: '\f202'; }
.facebook .share:before 	{ content: '\f204'; }
.googlePlus .share:before 	{ content: '\f218'; }
.youtube .share:before 		{ content: '\f213'; }
.digg .share:before 		{ content: '\f221'; }
.delicious .share:before 	{ content: '\f202'; }
.pinterest .share:before 	{ content: '\f209'; }
.linkedin .share:before 	{ content: '\f207'; }
.stumbleupon .share:before 	{ content: '\f223'; }

.share-small .pinterest .share:before {
	font-size: 12px;
}

.share-small .linkedin .share:before {
	font-size: 16px;
	top: 1px;
}

.share-small .stumbleupon .share:before {
	font-size: 16px;
	top: 3px;
}

.share-medium .pinterest .share:before {
	font-size: 13px;
	top: 6px;
}

.share-medium .linkedin .share:before {
	font-size: 17px;
	top: 3px;
}

.share-medium .stumbleupon .share:before {
	font-size: 16px;
	top: 5px;
}

.share-tall .pinterest .share:before {
	font-size: 13px;
	bottom: -1px;
}

.share-tall .linkedin .share:before {
	font-size: 17px;
	bottom: 2px;
}

.share-tall .stumbleupon .share:before {
	font-size: 16px;
}

.share-tall .twitter .share:before { display: none; }

.share-tall .twitter .count:before 	{
	content: '\f202';
	display: block;
	line-height: 44px;
	font-family: 'Genericons';
	font-size: 20px;
	position: relative;
	top: 5px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.share-tall .twitter:hover .count:before {
	color: #fff;
}


/* Appearance - filled */
.share-filled .twitter .share 			{ background: #09b0ed; }
.share-filled .twitter .count,
.share-filled .twitter .count:hover 		{ color: #09b0ed; border: 1px solid #09b0ed; }

.share-filled .facebook .share 			{ background: #3d5a98; }
.share-filled .facebook .count,
.share-filled .facebook .count:hover 		{ color: #3d5a98; border: 1px solid #3d5a98; }

.share-filled .googlePlus .share 			{ background: #dd4c39; }
.share-filled .googlePlus .count,
.share-filled .googlePlus .count:hover 	{ color: #dd4c39; border: 1px solid #dd4c39; }

.share-filled .linkedin .share 			{ background: #035a87; }
.share-filled .linkedin .count,
.share-filled .linkedin .count:hover 		{ color: #035a87; border: 1px solid #035a87; }

.share-filled .youtube .share 			{ background: #cc181e; }
.share-filled .youtube .count,
.share-filled .youtube .count:hover 		{ color: #cc181e; border: 1px solid #cc181e; }

.share-filled .pinterest .share 			{ background: #cb2127; }
.share-filled .pinterest .count,
.share-filled .pinterest .count:hover 	{ color: #cb2127; border: 1px solid #cb2127; }

.share-filled .stumbleupon .share 		{ background: #eb4923; }
.share-filled .stumbleupon .count,
.share-filled .stumbleupon .count:hover 	{ color: #eb4923; border: 1px solid #eb4923; }

.share-filled .twitter:hover .count 		{ background: #09b0ed !important; }
.share-filled .facebook:hover .count 		{ background: #3d5a98 !important; }
.share-filled .googlePlus:hover .count 	{ background: #dd4c39 !important; }
.share-filled .linkedin:hover .count 		{ background: #035a87 !important; }
.share-filled .youtube:hover .count 		{ background: #cc181e !important; }
.share-filled .pinterest:hover .count 	{ background: #cb2127 !important; }
.share-filled .stumbleupon:hover .count 	{ background: #eb4923 !important; }

.share-filled .sharrre:hover .count {
	color: #fff;
}

/* Appearance - outlined */
.share-outlined .twitter .share,
.share-outlined .twitter .count,
.share-outlined .twitter .count:hover		{ border: 1px solid #09b0ed; color: #09b0ed; }

.share-outlined .facebook .share,
.share-outlined .facebook .count,
.share-outlined .facebook .count:hover	{ border: 1px solid #3d5a98; color: #3d5a98; }

.share-outlined .googlePlus .share,
.share-outlined .googlePlus .count,
.share-outlined .googlePlus .count:hover	{ border: 1px solid #dd4c39; color: #dd4c39; }

.share-outlined .linkedin .share,
.share-outlined .linkedin .count,
.share-outlined .linkedin .count:hover	{ border: 1px solid #035a87; color: #035a87; }

.share-outlined .youtube .share,
.share-outlined .youtube .count,
.share-outlined .youtube .count:hover		{ border: 1px solid #cc181e; color: #cc181e; }

.share-outlined .pinterest .share,
.share-outlined .pinterest .count,
.share-outlined .pinterest .count:hover	{ border: 1px solid #cb2127; color: #cb2127; }

.share-outlined .stumbleupon .share,
.share-outlined .stumbleupon .count,
.share-outlined .stumbleupon .count:hover	{ border: 1px solid #eb4923; color: #eb4923; }

.share-outlined.share-small .share,
.share-outlined.share-medium .share { border-right: none !important; }

.share-outlined.share-small .twitter .share,
.share-outlined.share-medium .twitter .share { border-right: 1px solid #09b0ed !important; }

.share-outlined.share-tall .share 	{ border-top: none !important; }

.share-outlined .twitter:hover .share,
.share-outlined .twitter:hover .count 	{ background: #09b0ed; }

.share-outlined .facebook:hover .share,
.share-outlined .facebook:hover .count 	{ background: #3d5a98; }

.share-outlined .googlePlus:hover .share,
.share-outlined .googlePlus:hover .count 	{ background: #dd4c39; }

.share-outlined .linkedin:hover .share,
.share-outlined .linkedin:hover .count 	{ background: #035a87; }

.share-outlined .youtube:hover .share,
.share-outlined .youtube:hover .count 	{ background: #cc181e; }

.share-outlined .pinterest:hover .share,
.share-outlined .pinterest:hover .count 	{ background: #cb2127; }

.share-outlined .stumbleupon:hover .share,
.share-outlined .stumbleupon:hover .count { background: #eb4923; }

.share-outlined .sharrre:hover .count,
.share-outlined .sharrre:hover .share {
	color: #fff;
}
